/*********************** Custom css for Boost AI Search & Discovery  ************************/
.boost-sd__product-item .quick-add--button{
    position: absolute;
    width: 100%;
    z-index: 996;
    bottom: 0;
    padding: 5px 0px;
    background: #0009;
    color: #fff;
    animation: none;
    display: none;
}
@media(min-width: 992px){
    .boost-sd__product-item:has(.boost-instant-add) .quick-add--button{
        padding: 10px !important;
    }
}
.boost-sd__product-item:hover .quick-add--button{
    display: block;
}
.boost-pfs-quick-add-header{
    margin: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}
.boost-pfs-quick-add-sizes-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: relative;
}
.boost-pfs-quick-add-sizes-list:not(:has(*)) {
    display: none;
}
.boost-pfs-quick-add-sizes-list:has(.boost-pfs-is-adding) li{
    display: none !important;
}
.boost-pfs-quick-add-sizes-list li.size-item {
    background: #000;
    border: none;
    font-size: 11px;
    min-width: 40px;
    min-height: 25px;
    font-weight: 700;
    margin: 2px 5px;
    border-radius: 10px;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 8px;
}
.boost-pfs-quick-add-sizes-list li.size-item *{
    font-size: 11px;
}
.boost-sd__product-item .quick-add--button .quick_add-toggle {
    background-color: #000;
    line-height: 40px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 11px;
    cursor: pointer;
    text-transform: uppercase;
    display: none;
}
.boost-instant-add {
    background: #000;
    border: none;
    font-size: 11px;
    min-width: 40px;
    min-height: 25px;
    font-weight: 600;
    border-radius: 10px;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    padding: initial;
    text-transform: uppercase;
}
@media(max-width: 991px){
    .boost-sd__product-item .quick-add--button{
        display: block;
        padding: 0px;
    }
    .boost-sd__product-item .quick-add--button .boost-pfs-quick-add-header{
        display: none;
    }
    .boost-sd__product-item .quick-add--button .quick_add-toggle{
        display: block;
    }
    .boost-sd__product-item .boost-instant-add{
        border-radius: 0px;
    }
    .boost-pfs-quick-add-sizes-list{
        display: none;
        padding: 10px 5px;
    }
    .quick-add--button:has(.quick_add-toggle.active) .boost-pfs-quick-add-sizes-list{
        display: flex;
        flex-wrap: wrap;
    }
}

.boost-sd__toolbar-inner,
.boost-sd-layout {
max-width: unset!important;
}
.page-width {
    max-width: 98%!important;
}

.boost-sd__product-price-wrapper {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 575px) { 
    .boost-sd__product-price-wrapper {
        display: flex;
        justify-content: space-between;
    }
}
/* .boost-sd__instant-search-product-list .boost-sd__format-currency:after,
.boost-sd__instant-search-product-list .boost-sd__format-currency--price-sale:after,
.boost-sd__instant-search-product-list .boost-sd__format-currency--price-compare:after {
    content: '.00';
} */
:root {
  --boostsd-product-info-gap: 2px; /* Adjust the value as needed */
  --boostsd-product-list-gap-desktop: 16px;
  --boostsd-product-item-gap: 8px;
  --boostsd-product-item-margin-bottom: 18px;
}
.swatches {
    margin-top: 3px;
    margin-bottom: 0px; 
}

.boost-sd__header-main-content.boost-sd__header-main-2-content.boost-sd__header-main-2-content--relative {
  padding-top: 25px;
  padding-bottom: 5px;
}
.boost-sd-layout--has-filter-vertical.boost-sd-layout--has-vertical-style-default {
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .boost-sd__product-image-wrapper {
        margin-bottom: 50px;
    }
    .boost-sd__product-item .quick-add--button {
        bottom: -40px;
    }
}

.boost-sd__filter-option-content-inner--scrollbar {
    overflow: visible;
    max-height: 100% 
}

 .read-more {
  display: none;
}

/* Collection Header */
.boost-sd__header-description table {
  margin: 0 auto !important;
  width: auto !important;
  max-width: 100% !important;
  table-layout: fixed !important;
  border-collapse: collapse !important;
}

.boost-sd__header-description td {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: center !important;
}

@media (max-width: 768px) {
  .boost-sd__header-description table {
    display: block !important;
    overflow-x: auto !important;
    margin: 0 auto !important;
    font-size: 10px !important;
  }
}

@media (max-width: 320px) {
  .boost-sd__header-description table {
    display: block !important;
    overflow-x: auto !important;
    margin: 0 auto !important;
    font-size: 0.55rem !important;
  }
}

.boost-sd__pagination-number--active {
    font-weight: bold;
}

/* Product Label */
.boost-sd__product-label--custom-label-by-tag {
    background-color: rgb(255, 255, 255, 0.7);
    font-family: "Made Tommy Bold", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    padding: 5px 10px;
    width: 100%;
    margin: 0 !important;
    height: 30px;
}

.boost-sd__product-label--custom-label-by-tag .boost-sd__product-label-text {
    color: #000;
}

.boost-sd__product-image-row-custom.boost-sd__product-image-row--top {
    top: calc(100% - 30px);
}

.boost-sd__product-image-column--in-top {
    padding: 0;
}

.boost-sd__product-price--saving {
    margin-right: auto !important;
}
.boost-sd__recommendation-title {
    margin: 0 0 5px;
}
.boost-sd__slider .slick-dots {
    margin: 15px 0 0;
}